//0xc bytes (sizeof)
struct _CM_NAME_HASH
{
ULONG ConvKey; //0x0
struct _CM_NAME_HASH* NextHash; //0x4
USHORT NameLength; //0x8
WCHAR Name[1]; //0xa
};